/* 
   Plupload
------------------------------------------------------------------- */

.plupload {
    width: 100%;
    min-height: 190px;
    border-radius: 4px;
    padding: 1px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
    font-size: 16px;
    color: #6e7780;
    font-weight: 400;
    background-image: repeating-linear-gradient(6deg, #c2c8d0, #c2c8d0 5.88px, transparent 7px, transparent 12.879999999999999px, #c2c8d0 14px), repeating-linear-gradient(96deg, #c2c8d0, #c2c8d0 5.88px, transparent 7px, transparent 12.879999999999999px, #c2c8d0 14px), repeating-linear-gradient(186deg, #c2c8d0, #c2c8d0 5.88px, transparent 7px, transparent 12.879999999999999px, #c2c8d0 14px), repeating-linear-gradient(276deg, #c2c8d0, #c2c8d0 5.88px, transparent 7px, transparent 12.879999999999999px, #c2c8d0 14px);
    background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
}

.plupload_button {
    display: -moz-inline-box; /* FF < 3*/
    display: inline-block;
    margin-right: 4px;
    padding: 2px 8px 3px 20px;
    outline: 0;
    background: #f3f3f3 url('Images/buttons.png') no-repeat 0 center;
    color: #42454a !important;
    text-decoration: none;
    font: normal 12px sans-serif;
    /* Optional rounded corners for browsers that support it */
}

    .plupload_button:hover {
        color: #000;
        text-decoration: none;
    }

.plupload_disabled, a.plupload_disabled:hover {
    border-color: #c5c5c5;
    background: #ededed url('Images/buttons-disabled.png') no-repeat 0 center;
    color: #737373;
    cursor: default;
}

.plupload_add {
    background-position: -181px center;
}

.plupload_wrapper {
    width: 100%;
    font: normal 11px Verdana,sans-serif;
}

.plupload_container {
    background: url('Images/transp50.png');
    /*-moz-border-radius: 5px;*/
}

    .plupload_container input {
        width: 98%;
        border: 1px solid #DDD;
        font: normal 11px Verdana,sans-serif;
    }

.plupload_header {
    background: #2A2C2E url('Images/backgrounds.gif') repeat-x;
}

.plupload_header_content {
    padding-right: 10px;
    min-height: 56px;
    color: #FFF;
}

.plupload_header_title {
    padding: 6px 0 3px;
    font: normal 18px sans-serif;
}

.plupload_header_text {
    font: normal 12px sans-serif;
}

.plupload_filelist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.plupload_scroll .plupload_filelist {
       overflow-y: auto;
    /* background: #F5F5F5; */
    min-height: 117px;
}

.plupload_filelist li {
    padding: 10px;
    border-bottom: 1px solid #DDD;
    background: #F5F5F5 url('Images/backgrounds.gif') repeat-x 0 -156px;
}

.plupload_filelist_header, .plupload_filelist_footer {
    background-color: #f0f1f2;
    top: 1px;
    right: 1px;
    width: 99.5%;
    border-radius: 4px 4px 0px 0px;
    padding: 5px 14px;
}

.plupload_filelist_header {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #CDCDCD;
}

.plupload_filelist_footer {
    height: 38px;
    vertical-align: middle;
    line-height: 20px;
}

.plupload_file_name {
    float: right;
    overflow: hidden;
    font-size: 16px;
    color: #6e7780;
    font-weight: 400
}

.plupload_file_status {
    font-size: 16px;
    color: #6e7780;
}

    .plupload_file_status span, .file_upload_form span {
        font-size: 16px;
        color: #6e7780;
        display: inline;
    }

.plupload_file_size, .plupload_file_status, .plupload_progress {
    float: left;
    width: 50px;
    direction: ltr;
    font-size: 16px;
    color: #6e7780;
    font-weight: 400
}

.plupload_file_size, .plupload_file_status, .plupload_file_action {
    text-align: right;
    font-size: 16px;
    color: #6e7780;
    font-weight: 400
}

.plupload_filelist .plupload_file_name {
    width: 200px;
}

.plupload_file_action {
    float: left;
    width: 16px;
    height: 16px;
}

    .plupload_file_action * {
        display: none;
        width: 16px;
        height: 16px;
    }

li.plupload_uploading {
    background: #ECF3DC url('Images/backgrounds.gif') repeat-x 0 -238px;
}

li.plupload_done {
    color: #AAA;
}

li.plupload_delete a {
    background: url('Images/delete.gif');
}

li.plupload_failed a {
    background: url('Images/error.gif');
    cursor: default;
}

li.plupload_done a {
    background: url('Images/done.gif');
    cursor: default;
}

.plupload_progress {
    padding-left: 10px;
}

.plupload_progress, .plupload_upload_status {
    display: none;
}

.plupload_progress_container {
    margin-top: 3px;
    padding: 1px;
    border: 1px solid #CCC;
    background: #FFF;
}

.plupload_progress_bar {
    width: 0px;
    height: 7px;
    background: #CDEB8B;
}

/* Floats */

.plupload_clear, .plupload_clearer {
    clear: both;
}

.plupload_clearer, .plupload_progress_bar {
    display: block;
    font-size: 0;
    line-height: 0;
}

li.plupload_droptext {
    border: 0;
    background: transparent;
    vertical-align: middle;
    text-align: center;
    line-height: 55px;
     background-color:#fff;
}
